| 名前 | 解説 | |
|---|---|---|
![]()  | C1GroupCollectionView<S> コンストラクタ | Initializes a new instance of the C1GroupCollectionView<S> class. | 
C1GroupCollectionView<S>データ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]()  | C1GroupCollectionView<S> コンストラクタ | Initializes a new instance of the C1GroupCollectionView<S> class. | 
| 名前 | 解説 | |
|---|---|---|
![]()  | Count | Gets the number of elements in the collection. C1.CollectionView.C1CollectionViewBase<T>から継承されます。 | 
![]()  | CurrentItem | Gets or sets the current item in the view. C1.CollectionView.C1CollectionViewBase<T>から継承されます。 | 
![]()  | CurrentPosition | Gets the current position. C1.CollectionView.C1CollectionViewBase<T>から継承されます。 | 
![]()  | FilterExpression | Gets the filter expression applied to the data. C1.CollectionView.C1WrapCollectionView<S,object>から継承されます。 | 
![]()  | GroupDescriptions | オーバーライドされます。 Gets the group descriptions applied to the data. | 
![]()  | HasMoreItems | Gets a value indicating whether this collection can load more items. C1.CollectionView.C1WrapCollectionView<S,object>から継承されます。 | 
![]()  | IsPlain | オーバーライドされます。 Gets whether the group items will be inline with the data items or the items will be the first level of group items. | 
![]()  | IsUpdating | Gets a value indicating whether the collection view is being updated. C1.CollectionView.C1WrapCollectionView<S,object>から継承されます。 | 
![]()  | Item | Gets the element at the specified index in the read-only list. C1.CollectionView.C1CollectionViewBase<T>から継承されます。 | 
![]()  | SortDescriptions | Gets the sort descriptions applied to the data. C1.CollectionView.C1WrapCollectionView<S,object>から継承されます。 | 
![]()  | UseCPUsInParallel | Gets or sets a value indicating whether the operations will be performed using parallels CPU's. | 
| 名前 | 解説 | |
|---|---|---|
![]()  | CanFilter | Returns whether the collection view is able to filter the specified expression. C1.CollectionView.C1WrapCollectionView<S,object>から継承されます。 | 
![]()  | CanGroup | オーバーライドされます。 Returns whether the collection view is able to group the specified group descriptions. | 
![]()  | CanInsert | Determines whether a new item can be inserted in the collection at the specified index. C1.CollectionView.C1WrapCollectionView<S,object>から継承されます。 | 
![]()  | CanMove | オーバーライドされます。 Determines whether the item at fromIndex can be moved to toIndex. | 
![]()  | CanRefresh | Determines whether the collection can be refreshed. C1.CollectionView.C1WrapCollectionView<S,object>から継承されます。 | 
![]()  | CanRemove | オーバーライドされます。 Determines whether the item at the specified index can be removed from the collection. | 
![]()  | CanReplace | オーバーライドされます。 Determines whether the item at the specified index can be replaced in the collection. | 
![]()  | CanSort | Returns whether the collection view is able to sort the specified sort descriptions. C1.CollectionView.C1WrapCollectionView<S,object>から継承されます。 | 
![]()  | FilterAsync | Filters the data using specified filter expression. C1.CollectionView.C1WrapCollectionView<S,object>から継承されます。 | 
![]()  | GetItemType | Gets the type of the item. C1.CollectionView.C1WrapCollectionView<S,object>から継承されます。 | 
![]()  | GroupAsync | オーバーライドされます。 Groups the collection view according to the specified group descriptions. | 
![]()  | IndexOf | Gets the index of the specified item. C1.CollectionView.C1CollectionViewBase<T>から継承されます。 | 
![]()  | InsertAsync | オーバーライドされます。 Inserts the specified item at the specified index in the collection. | 
![]()  | LoadMoreItemsAsync | Loads more items asynchronously. C1.CollectionView.C1WrapCollectionView<S,object>から継承されます。 | 
![]()  | MoveAsync | オーバーライドされます。 Moves an item from the specified position to the new one. | 
![]()  | MoveCurrentTo | Sets the specified item in the view as the current item. C1.CollectionView.C1CollectionViewBase<T>から継承されます。 | 
![]()  | MoveCurrentToFirst | Sets the first item in the view as the current item. C1.CollectionView.C1CollectionViewBase<T>から継承されます。 | 
![]()  | MoveCurrentToLast | Sets the last item in the view as the current item. C1.CollectionView.C1CollectionViewBase<T>から継承されます。 | 
![]()  | MoveCurrentToNext | Sets the item after the CurrentItem in the view as the CurrentItem. C1.CollectionView.C1CollectionViewBase<T>から継承されます。 | 
![]()  | MoveCurrentToPosition | Sets the item at the specified index in the view as the current item. C1.CollectionView.C1CollectionViewBase<T>から継承されます。 | 
![]()  | MoveCurrentToPrevious | Sets the item before the CurrentItem in the view as the CurrentItem. C1.CollectionView.C1CollectionViewBase<T>から継承されます。 | 
![]()  | RefreshAsync | Refreshes the collection data. C1.CollectionView.C1WrapCollectionView<S,object>から継承されます。 | 
![]()  | RemoveAsync | オーバーライドされます。 Removes the item at the specified index from the collection. | 
![]()  | ReplaceAsync | オーバーライドされます。 Replaces the item at the specified index by the new specified item. | 
![]()  | SortAsync | Sorts the collection view according to the specified sort descriptions. C1.CollectionView.C1WrapCollectionView<S,object>から継承されます。 | 
| 名前 | 解説 | |
|---|---|---|
![]()  | CollectionChanged | Occurs after the collection changed. C1.CollectionView.C1CollectionViewBase<T>から継承されます。 | 
![]()  | CurrentChanged | Occurs after the current item changed. C1.CollectionView.C1CollectionViewBase<T>から継承されます。 | 
![]()  | CurrentChanging | Occurs when the current item is changing. C1.CollectionView.C1CollectionViewBase<T>から継承されます。 | 
![]()  | FilterChanged | Raised after a filter operation was performed. C1.CollectionView.C1WrapCollectionView<S,object>から継承されます。 | 
![]()  | GroupChanged | Raised after a grouping operation was performed. C1.CollectionView.C1WrapCollectionView<S,object>から継承されます。 | 
![]()  | PropertyChanged | Occurs when a property value changes. C1.CollectionView.C1CollectionViewBase<T>から継承されます。 | 
![]()  | SortChanged | Raised after a sort operation was performed. C1.CollectionView.C1WrapCollectionView<S,object>から継承されます。 |